body {
    background-image: url(/images/wardrobebackground.png);
    cursor: url(/images/cursors/melodydefault.png), auto;
}

body a {
    cursor: url(/images/cursors/melodylink.png), auto;
}

.right {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}

.left {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}

.rod {
    width: 1000px;
    height: 150px;
    margin: auto;
}

.row1 {
    position: relative;
    bottom: 120px;
}

.deco1 {
    position: relative;
    bottom: 450px;
    right: 300px;
    transform: rotate(-20deg);
    z-index: 2;
}

.rod2 {
    width: 1000px;
    height: 150px;
    margin: auto;
    margin-top: 300px;
}


.back {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}

.row2 {
    position: relative;
    bottom: 120px;
}

.dressrow {
    position: relative;
    bottom: 140px;
}
